home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_d / dwrk11.zip / README.1ST < prev    next >
Text File  |  1993-06-06  |  3KB  |  71 lines

  1.  
  2.  
  3. DEMO WORKSHOP V1.1
  4.  
  5.     Demo Workshop is a tool for creating software demonstration and
  6.     tutorial programs.  Demo Workshop uses actual screens recorded during
  7.     execution of the program being presented.
  8.  
  9.     V1.1 fixes bugs in version 1.0 which caused crashes when editing
  10.     presentations.
  11.  
  12. INSTALLATION
  13.  
  14.     Create a directory on your hard disk called DW and change directory
  15.     to it like this.
  16.  
  17.         C:\> MKDIR DW
  18.         C:\> CD DW
  19.         C:\DW>
  20.  
  21.     Copy the DWRK11.ZIP or DWRK11.EXE file into this directory.  If you have
  22.     the .ZIP file, unzip it.  If you have the .EXE file, execute it.
  23.  
  24.     The following files are created:
  25.  
  26.         SR.EXE          The Demo Workshop screen recorder TSR
  27.     DW.EXE        The Demo Workshop presentation editor
  28.         DW.HLP        The presentation editor help file used by DW.EXE
  29.         DWGUIDE.TXT   The Demo Workshop Users Guide
  30.         DEMOWKSH.P2   File required by DW.EXE to create standalone
  31.                        presentation programs
  32.         DWDEMO.EXE    Demonstration DW presentation
  33.         ORDER.FRM     The Demo Workshop registration and order form
  34.         FILE_ID.DIZ   BBS description file
  35.         README.1ST    This file
  36.        
  37.  
  38.     To view the demo, execute DWDEMO.EXE.
  39.  
  40.     You might want to create an environment variable called DWDIR and
  41.     equate it to the directory where you unpacked Demo Workshop.  This
  42.     will allow you to use Demo Workshop from another disk/directory it
  43.     you wish.  To do this, place a line like the following in your
  44.     AUTOEXEC.BAT file:
  45.  
  46.           SET DWDIR=C:\DW
  47.  
  48.     You will need to reboot for this change to take effect.
  49.  
  50.     If you do not do this, and you execute DW from another directory,
  51.     you will not be able to access help information or create
  52.     .EXE output files.
  53.  
  54.  
  55. RELEASE NOTES
  56.  
  57.     You must create a recording file before you can use DW, the
  58.     presentation editor.  You can create an empty recording if you
  59.     wish by invoking SR twice.  The first time, a file called SCREEN.REC
  60.     will be created, and the second time SR will remove itself from
  61.     memory.
  62.  
  63.     Type SR /? to display a brief help screen for the screen recorder.
  64.  
  65.     V1.1 Changes
  66.     V1.1 fixes bugs which caused program and system crashes when
  67.     using the presentation editor DW.EXE.  Our apologies to all who
  68.     endured these problems.  The flaw in our release procedure which
  69.     allowed these bugs to be included in a released version has been
  70.     corrected.
  71.